runtime.sudog.c (field)

17 uses

	runtime (current package)
		chan.go#L250: 	mysg.c = c
		chan.go#L277: 	mysg.c = nil
		chan.go#L575: 	mysg.c = c
		chan.go#L596: 	mysg.c = nil
		proc.go#L468: 	if s.c != nil {
		runtime2.go#L388: 	c        *hchan // channel
		select.go#L85: 		if sg.c != lastc && lastc != nil {
		select.go#L94: 		lastc = sg.c
		select.go#L308: 		sg.c = c
		select.go#L348: 		sg1.c = nil
		stack.go#L796: 		p := uintptr(sg.elem) + uintptr(sg.c.elemsize)
		stack.go#L815: 		if sg.c != lastc {
		stack.go#L825: 			lockWithRank(&sg.c.lock, lockRankHchanLeaf)
		stack.go#L827: 		lastc = sg.c
		stack.go#L847: 		if sg.c != lastc {
		stack.go#L848: 			unlock(&sg.c.lock)
		stack.go#L850: 		lastc = sg.c